Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

malloc etc. with counted allocations #56403

Closed
wants to merge 1 commit into from

Conversation

PallHaraldsson
Copy link
Contributor

No description provided.

@PallHaraldsson
Copy link
Contributor Author

I'm checking if this passes CI (I didn't yet make any issue on this), is it intentional to NOT count such allocations? If then please just close.

@JeffBezanson
Copy link
Member

The intent of this file is just to wrap direct libc calls. The counted versions of malloc etc. only really make sense when malloc'd memory is owned by GC objects, such that it helps for those mallocs to add memory pressure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants